home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / text / edit / vim60rt.lha / Vim / vim60 / ftplugin / python.vim < prev    next >
Encoding:
Text File  |  2001-01-26  |  328 b   |  13 lines

  1. " Vim filetype plugin file
  2. " Language:    python
  3. " Maintainer:    Johannes Zellner <johannes@zellner.org>
  4. " Last Change:    Don, 25 Jan 2001 20:10:04 +0100
  5.  
  6. if exists("b:did_ftplugin") | finish | endif
  7. let b:did_ftplugin = 1
  8.  
  9. setlocal cinkeys-=0#
  10. setlocal indentkeys-=0#
  11. setlocal include=\s*\\(from\\\|import\\)
  12. setlocal suffixesadd=.py
  13.